﻿.NewsTitle
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
    padding-left: 18px;
    text-decoration:underline;
    	background-image: url(  '../../App_Themes/stemont-js/images/menu_point.jpg' );
	background-repeat: no-repeat;

}
.NewsDate
{
    font-family: Arial;
     font-size: 8pt;
    font-weight: normal;
    color: #666699;
    padding-bottom:0px;
        padding-left: 18px;
        
}
.NewsText
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    color: #aaaaaa;
    padding-bottom :10px;
}
.NewsHR
{
	height:1px;
	color:#cccccc;
}

